MailboxData Constructor (String, MeetingAttendeeType, Boolean) |
Initializes a new instance of the MailboxData class.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic MailboxData(
string emailAddress,
MeetingAttendeeType attendeeType,
bool excludeConflicts
)
Public Sub New (
emailAddress As String,
attendeeType As MeetingAttendeeType,
excludeConflicts As Boolean
)
Parameters
- emailAddress
- Type: SystemString
- attendeeType
- Type: Independentsoft.ExchangeMeetingAttendeeType
- excludeConflicts
- Type: SystemBoolean
See Also